<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "sn", "arial","Microsoft YaHei","微软雅黑","黑体","Adobe 黑体 Std",helvetica,verdana,tahoma,sans-serif;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
  border-radius: 0;
  word-break: break-all;
  word-wrap: break-word;
  resize: none; }

button, button:active, .btn, .btn:active {
  outline: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

i, em, cite {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* custom */
a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none; }

li {
  list-style: none; }
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  color: #333333;
  font-size: 16px;
  line-height: 1.5; }

[v-cloak] {
  display: none; }

@media (max-width: 1000px) {
  html, body {
    font-size: 12px; } }

.fixed:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  height: 0; }

.fixed {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

/* 通用样式 */
.w-content {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.column-title {
  font-size: 36px;
  margin-bottom: 40px; }

@media (max-width: 1000px) {
  .w-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .column-title {
    font-size: 18px;
    margin-bottom: 20px; } }

/* header-bar */
.header-bar {
  position: fixed;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99; }
  .header-bar .container{
    padding-right: 0;
  }
  .header-bar .logo {
    float: left;
    padding-top: 18px; 
  }
  .header-bar .logo img {
      display: block;
      width: 143px; 
  }
  .header-bar .menu-btn {
    display: none; 
  }
  .header-bar .menus {
    float: right; }
    .header-bar .menus .close {
      display: none; }
    .header-bar .menus .item {
      float: left;
      margin-left: 15px;
      position: relative;
      padding: 25px 25px 0;
      height: 80px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .header-bar .menus .item.active{
        background: #E00B1A;
        background-image: linear-gradient(#E00B1A, #C1000E);
      }
      .header-bar .menus .item:first-child {
        margin-left: 0; }
      .header-bar .menus .item a {
        color: #fff;
        font-size: 16px;
        font-family: "sm", "arial","Microsoft YaHei","微软雅黑","黑体","Adobe 黑体 Std",helvetica,verdana,tahoma,sans-serif;
      }
      .header-bar .menus .item .sub-menu a:hover{
        color: #E00B1A;
      }
      .header-bar .menus .item:hover .sub-menu {
        display: block; }
  .header-bar .sub-menu {
    position: absolute;
    top: 85px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 20px;
    padding-top: 10px;
    display: none; }
    .header-bar .sub-menu .arrow {
      position: absolute;
      top: -5px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      display:inline-block;
      width:0;
      height:0;
      border-left:20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom:15px solid rgba(0,0,0,.7);
    }
    .header-bar .sub-menu .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 10px; }
    .header-bar .sub-menu .column {
      min-width: 160px;
      padding-left: 40px;
      padding-right: 20px;
      border-right: 1px solid #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .header-bar .sub-menu .column:last-child {
        border-right: 0 none; }
      .header-bar .sub-menu .column li {
        padding: 10px 0; }
      .header-bar .sub-menu .column li a{
        color: #fff;
      }
      .header-bar .sub-menu .column li a:hover{
        color: #E00B1A;
      }

@media (max-width: 1000px) {
  .header-bar {
    height: 60px;
    z-index: 999; }
    .header-bar .logo {
      float: left;
      padding-top: 13px; }
      .header-bar .logo img {
        display: block;
        width: 100px; }
    .header-bar .menu-btn {
      display: block;
      width: 60px;
      height: 60px;
      position: absolute;
      top: 0;
      right: 10px;
      background: url("../img/menu-ico.png") no-repeat center center;
      background-size: 24px auto; }
    .header-bar .menus {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      background: #fff;
      padding: 60px 25px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: none; }
      .header-bar .menus .close {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url("../img/close.png") no-repeat center center;
        background-size: 20px auto;
        z-index: 2; }
      .header-bar .menus .item {
        float: none;
        margin: 0;
        text-align: center;
        padding: 10px 0;
        height: auto;
        border-top: 1px solid #f4f4f4; }
        .header-bar .menus .item.active{
          background: none;
        }
        .header-bar .menus .item:first-child {
          border-top: 0 none; }
        .header-bar .menus .item:nth-child(1) a span{
          background: url('../img/home-inco.svg') no-repeat center center;
          background-size: 20px;
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          margin-right: 10px;
        }
        .header-bar .menus .item:nth-child(2) a span{
          background: url('../img/bus-inco.svg') no-repeat center center;
          background-size: 20px;
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          margin-right: 10px;
        }
        .header-bar .menus .item:nth-child(3) a span{
          background: url('../img/message-inco.svg') no-repeat center center;
          background-size: 20px;
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          margin-right: 10px;
        }
        .header-bar .menus .item:nth-child(4) a span{
          background: url('../img/service-inco.svg') no-repeat center center;
          background-size: 20px;
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          margin-right: 10px;
        }
        .header-bar .menus .item:nth-child(5) a span{
          background: url('../img/contact-inco.svg') no-repeat center center;
          background-size: 20px;
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          margin-right: 10px;
        }
        .header-bar .menus .item a {
          color: #333;
          padding: 10px 0;
          display: block; }
        .header-bar .menus .item:hover .sub-menu {
          display: none; }
        .header-bar .menus .item .sub-menu {
          display: none; } }

/* main */
.main{
  min-height: 100vh;
  box-sizing: border-box;
}
.main .content-banner {
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: gray; }
.main .banner .swiper-pagination-bullet-active{
  background-color: #e00b1a;
}
@media (max-width: 1000px) {
  .main .content-banner {
    height: 160px; } }

/* crumb-bar */
.crumb-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #A0A0A0; }
  .crumb-bar a {
    color: #A0A0A0;
    cursor: default;
  }

@media (max-width: 1000px) {
  .crumb-bar {
    padding-top: 10px;
    padding-bottom: 10px; } }

/* footer-bar */
.footer-bar {
  text-align: center;
  padding: 50px 0;
  background: #484848;
  color: #fff;
  font-size: 14px;
  margin-top: 80px; }
  .footer-bar .foot {
    line-height: 28px; }
    .footer-bar .foot a {
      color: #E00B1A;
      display: inline-block; }
    .footer-bar .foot .icp {
      margin: 0 5px; }
    .footer-bar .foot .link {
      margin: 0 20px;
      padding-right: 15px;
      background: url("../img/lj1.png") no-repeat right center; }
      .footer-bar .foot .link.s {
        background: url("../img/lj2.png") no-repeat right center; }
      .footer-bar .foot .social{
        display: inline-block;
        vertical-align: middle;
      }
    .footer-bar .foot .wb {
      width: 28px;
      height: 28px;
      background: url("../img/wb-ico.png") no-repeat center center;
      margin: 0 10px 0 30px;
      position: relative;}
    .footer-bar .foot .wx {
      width: 28px;
      height: 28px;
      background: url("../img/wx-ico.png") no-repeat center center;
      position: relative;
    float: right;}
      .footer-bar .foot a:hover .ma {
        display: block; }
      .footer-bar .foot a .ma {
        position: absolute;
        left: 50%;
        bottom: 30px;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        display: none;
        z-index: 99;
      }
  .footer-bar .more {
    margin-top: 40px;
    display: none; }
  .footer-bar .dropup {
    float: left;
    position: relative;
    width: 242px;
    margin-left: 10px; }
    .footer-bar .dropup:first-child {
      margin-left: 0; }
    .footer-bar .dropup .btn {
      width: 100%;
      text-align: left;
      border-radius: 0;
      background: #3B3B3B;
      border-color: #3B3B3B;
      color: #fff;
      font-size: 14px; }
      .footer-bar .dropup .btn:hover, .footer-bar .dropup .btn:active, .footer-bar .dropup .btn:visited, .footer-bar .dropup .btn:focus {
        background: #3B3B3B;
        border-color: #3B3B3B;
        color: #fff; }
      .footer-bar .dropup .btn .caret {
        float: right;
        margin-top: 8px; }
    .footer-bar .dropup .dropdown-menu {
      max-height: 400px;
      overflow: auto;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 0;
      color: #fff;
      font-size: 14px;
      width: 100%;
    }
    .footer-bar .dropup .dropdown-menu &gt; li &gt; a {
      color: #fff;
      font-size: 14px;
      padding: 10px 20px; }
    .footer-bar .dropup .dropdown-menu &gt; li &gt; a:hover {
      background: #E00B1A; }

@media (max-width: 1000px) {
  .footer-bar {
    text-align: center;
    padding: 20px 0;
    background: #484848;
    color: #fff;
    font-size: 10px;
    margin-top: 20px;
    color: #7A7A7A;
    text-align: left; }
    .footer-bar .foot {
      position: relative;
      height: 50px;
      line-height: 1; }
      .footer-bar .foot a {
        color: #7A7A7A; }
      .footer-bar .foot .telphone {
        position: absolute;
        top: 0;
        left: 0; }
        .footer-bar .foot .telphone .num {
          display: block;
          color: #fff;
          font-size: 14px;
          margin-top: 5px; }
      .footer-bar .foot .copyright {
        position: absolute;
        left: 0;
        bottom: 0; }
      .footer-bar .foot .links {
        position: absolute;
        right: 0;
        bottom: 0; }
        .footer-bar .foot .links .link {
          margin: 0 5px 0;
          background: none;
          padding: 0; }
      .footer-bar .foot .social {
        position: absolute;
        top: 0;
        right: 0; }
        .footer-bar .foot .social .wb .ma{
          width: 100px;
        }
        .footer-bar .foot .social .wx .ma{
          width: 180px;
          left: auto;
          right: -15px;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }

/* content */
.content .tit {
  font-size: 36px; }

.content .con {
  padding: 40px 0; }

.content .con * {
  max-width: 100%; }

.content2 .tit {
  margin-bottom: 20px;
  color: #BC2D3A; }

.content2 .date {
  color: #999999;
  margin-bottom: 25px; }

.content2 .con {
  border-top: 1px solid #E5E5E5; }

@media (max-width: 1000px) {
  .content .tit {
    font-size: 18px; }
  .content .con {
    padding: 20px 0; }
  .content2 .tit {
    margin-bottom: 10px; }
  .content2 .date {
    margin-bottom: 15px; } }

/* nav */
.nav {
  font-size: 0; }
  .nav .w-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.nav1 {
  border-bottom: 1px solid #E5E5E5; }
  .nav1 a {
    color: #808080;
    position: relative;
    padding: 20px 0;
    margin-left: 40px;
    font-size: 16px;
  }
    .nav1 a:first-child {
      margin-left: 0; }
    .nav1 a.active {
      color: #333; }
      .nav1 a.active::after {
        content: "";
        display: block;
        width: 62px;
        height: 4px;
        background: #E00B1A;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .nav1 .login-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #333;
    margin: 0;
    background: url("../img/man-ico.png") no-repeat 0 center;
    background-size: 20px auto;
    padding-left: 25px; }
    .nav1 .login-btn a {
      color: #333;
      margin-left: 0; }
    .nav1 .login-btn .quit {
      cursor: pointer; }

.nav2 {
  padding: 20px 0;
  position: relative;
}
  .nav2 a {
    line-height: 40px;
    padding: 0 25px;
    border-radius: 4px;
    background: #F3F3F3;
    margin-left: 20px;
    color: #333; }
    .nav2 a:first-child {
      margin-left: 0; }
    .nav2 a.active {
      color: #fff;
      background: #E00B1A; }
      .nav2 a.more {
        position: absolute;
        top: 0;
        right: 0;
        color: #E00B1A;
        background: none;
        padding: 0;
      }

.nav3 {
  padding: 20px 0;
  margin-left: -10px; }
  .nav3 a {
    /* line-height: 50px; */
    padding: 8px 25px;
    border-radius: 4px;
    margin: 0 10px 20px 10px;
    min-width: 125px;
    border-radius: 25px;
    color: #E00B1A;
    border: 1px solid #E00B1A; }

.nav4 {
  padding: 20px 0; }
  .nav4 a {
    line-height: 1;
    padding: 0 15px;
    border-left: 1px solid #808080;
    color: #808080; }
    .nav4 a:first-child {
      border: none;
      padding-left: 0; }
    .nav4 a.active {
      color: #E00B1A; }

@media (max-width: 1000px) {
  .nav .w-content {
    overflow-x: auto;
    overflow-y: hidden; }
  .nav a {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .nav1 a {
    padding: 12px; }
  .column-title{
    margin-bottom: 10px;
  }
  .nav2 {
    padding: 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
  }
    .nav2 a {
      line-height: 32px;
      padding: 0 10px;
      margin-top: 10px;
    }
  .nav3 {
    padding: 10px 0; }
    .nav3 a {
      line-height: 32px;
      padding: 0 10px;
      min-width: 80px;
      margin: 0 5px 10px 5px; }
  .nav4 {
    padding: 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
  } }

/* list */
.list .tit {
  font-size: 36px;
  margin-bottom: 40px; }

.list1 .con li {
  padding: 25px 0;
  border-bottom: 1px solid #E3E3E3; }
  .list1 .con li:first-child {
    border-top: 1px solid #E3E3E3; }
  .list1 .con li a {
    font-size: 20px;
    color: #333;
    display: inline-block;
    max-width: 850px; }
  .list1 .con li .date {
    float: right; }

.list2 .con li {
  position: relative;
  height: 100px;
  margin-top: 40px;
  background: #F4F4F4;
  overflow: hidden; }
  .list2 .con li:first-child {
    margin-top: 0; }
  .list2 .con li a {
    display: block;
    padding-left: 145px;
    color: #333333;
    padding-top: 20px; }
    .list2 .con li a div {
      width: 100%;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; }
    .list2 .con li a .title {
      font-size: 24px;
      height: 30px;
      line-height: 30px;
      margin-bottom: 10px; }
    .list2 .con li a .desc {
      height: 20px;
      line-height: 20px; }
  .list2 .con li .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: #B0B0B0;
    color: #fff;
    text-align: center; }
    .list2 .con li .date span {
      display: block;
      line-height: 1; }
      .list2 .con li .date span.day {
        font-size: 60px;
        padding-top: 10px; }
      .list2 .con li .date span.month {
        font-size: 20px; }

.list3 .tit {
  margin: 0; }

.list3 .con li {
  padding: 40px 0;
  border-top: 1px solid #E3E3E3; }
  .list3 .con li:first-child {
    border-top: 0 none; }
  .list3 .con li a {
    display: block;
    color: #333; }

.list3 .con .img {
  width: 225px;
  height: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left; }

.list3 .con .info {
  padding-left: 255px; }
  .list3 .con .info .title {
    font-size: 24px; }
  .list3 .con .info .desc {
    margin: 5px 0 15px; }
  .list3 .con .info .date {
    font-size: 14px;
    color: #808080; }

@media (max-width: 1000px) {
  .list .tit {
    font-size: 18px;
    margin-bottom: 20px; }
  .list1 .con li {
    padding: 10px 70px 10px 0;
    position: relative; }
    .list1 .con li a {
      font-size: 12px; }
    .list1 .con li .date {
      float: right;
      position: absolute;
      top: 10px;
      right: 0; }
  .list2 .con li {
    height: 50px;
    margin-top: 15px; }
    .list2 .con li a {
      padding-left: 65px;
      padding-top: 8px; }
      .list2 .con li a .title {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 0; }
      .list2 .con li a .desc {
        height: 15px;
        line-height: 15px; }
    .list2 .con li .date {
      width: 50px;
      height: 50px; }
      .list2 .con li .date span {
        display: block;
        line-height: 1; }
        .list2 .con li .date span.day {
          font-size: 30px;
          padding-top: 5px; }
        .list2 .con li .date span.month {
          font-size: 12px; }
  .list3 .con li {
    padding: 15px 0; }
  .list3 .con .img {
    width: 100px;
    height: 80px; }
  .list3 .con .info {
    padding-left: 115px; }
    .list3 .con .info .title {
      font-size: 14px; }
    .list3 .con .info .desc {
      margin: 5px 0 10px; }
    .list3 .con .info .date {
      font-size: 10px; } }

/* column-bar */
.column-bar {
  position: relative; }
  .column-bar .column-title {
    position: absolute;
    top: 0;
    left: 0; }
  .column-bar .left {
    padding-top: 80px;
    width: 440px; }
    .column-bar .left .title {
      font-size: 36px;
      color: #333;
      margin-bottom: 40px; }
    .column-bar .left .info {
      padding-left: 35px;
      margin-bottom: 50px;
      background: url("../img/point-inco.svg") no-repeat 0 5px;
      background-size: 14px;
    }
  .column-bar .right {
    width: 500px; }
    .column-bar .right img {
      display: block;
      width: 100%;
      border-radius: 10px;
    }

@media (max-width: 1000px) {
  .column-bar .column-title {
    position: static; }
  .column-bar .left {
    padding-top: 15px;
    width: 100%; }
    .column-bar .left .title {
      font-size: 18px;
      margin-bottom: 20px; }
    .column-bar .left .info {
      padding-left: 20px;
      margin-bottom: 20px;
      background-size: 10px auto; }
  .column-bar .right {
    width: 100%; } }

/* news-bar */
.news-bar .title {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px; }

.news-bar .left {
  width: 530px;
  margin-right: 80px; }
  .news-bar .left img {
    display: block;
    width: 100%; }

.news-bar .right {
  width: 390px; }
  .news-bar .right li {
    padding: 35px 0;
    border-top: 1px solid #E3E3E3; }
    .news-bar .right li:first-child {
      padding-top: 0;
      border: none; }
    .news-bar .right li .time {
      font-size: 18px;
      color: #999; }
    .news-bar .right li .tit {
      font-size: 24px;
      color: #333;
      margin-top: 10px; }

@media (max-width: 1000px) {
  .news-bar .title {
    font-size: 18px;
    margin-bottom: 15px; }
  .news-bar .left {
    width: 100%;
    margin-bottom: 15px; }
  .news-bar .right {
    width: 100%; }
    .news-bar .right li {
      padding: 10px 0; }
      .news-bar .right li .time {
        font-size: 12px;
        color: #999; }
      .news-bar .right li .tit {
        font-size: 14px;
        margin-top: 5px; }
  .news-bar .nav .w-content {
    padding-left: 0;
    padding-right: 0; } }

/* pagination-bar */
.pagination-bar {
  text-align: center; }
  .pagination-bar .jump {
    padding-left: 20px; }
    .pagination-bar .jump button {
      margin-left: 5px; }
  .pagination-bar .form-control {
    width: 55px;
    display: inline-block;
    margin: 0 5px;
    padding: 6px; }

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; a:active,
.pagination &gt; li &gt; a:visited,
.pagination &gt; li &gt; a:focus {
  margin: 0 3px;
  border-radius: 5px;
  border-color: #DFDFDF;
  color: #333;
  background: #fff; }

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin: 0 7px; }

.pagination &gt; li &gt; a.active,
.pagination &gt; li &gt; a.active:hover,
.pagination &gt; li &gt; a.active:active,
.pagination &gt; li &gt; a.active:visited,
.pagination &gt; li &gt; a.active:focus {
  border-color: #E00B1A;
  color: #fff;
  background: #E00B1A; }

.pager {
  font-size: 0; }
  .pager li:first-child a {
    border-right: 1px solid #BC2D3A; }

.pager li &gt; a,
.pager li &gt; span,
.pager li &gt; a:hover,
.pager li &gt; a:active,
.pager li &gt; a:visited,
.pager li &gt; a:focus {
  padding: 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  color: #BC2D3A;
  font-size: 24px;
  line-height: 1; }

@media (max-width: 1000px) {
  .pagination-bar .p, .pagination-bar .jump {
    display: none; }
  .pager li &gt; a,
  .pager li &gt; span,
  .pager li &gt; a:hover,
  .pager li &gt; a:active,
  .pager li &gt; a:visited,
  .pager li &gt; a:focus {
    padding: 0 15px;
    font-size: 12px; } }

/*线路查询结果*/
.line-query-result {
  margin-top: 80px; }
  .line-query-result .tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 70px 0 40px;
    border-top: 1px solid #E3E3E3;
    line-height: 1;
    position: relative;
    font-family: "sm", "arial","Microsoft YaHei","微软雅黑","黑体","Adobe 黑体 Std",helvetica,verdana,tahoma,sans-serif';
  }
    .line-query-result .tit .arrow {
      display: inline-block;
      width: 125px;
      height: 100%;
      background: url("../img/to-inco.svg") no-repeat center bottom;
      background-size: 96px;
    }
    .line-query-result .tit .price {
      position: absolute;
      right: 0;
      bottom: 40px;
      color: #E00B1A; }
      .line-query-result .tit .price span {
        font-size: 60px; }
  .line-query-result .bold-t {
    font-weight: bold;
    color: #333;
    font-size: 24px; }
  .line-query-result .info {
    font-size: 18px;
    color: #808080;
    padding: 20px 0;
    border-top: 1px solid #E3E3E3;
    position: relative; }
    .line-query-result .info .bus {
      margin-top: 15px; }
    .line-query-result .info .time {
      margin-top: 15px; }
    .line-query-result .info .start {
      display: block;
      background: url("../img/star-inco.svg") no-repeat 0 center;
      padding-left: 20px;
      margin: 0 30px;
      background-size: 18px;
    }
    .line-query-result .info .end {
      display: block;
      background: url("../img/end-inco.svg") no-repeat 0 center;
      padding-left: 20px;
      background-size: 18px;
    }
    .line-query-result .info .more {
      position: absolute;
      right: 0;
      bottom: 0;
      display: inline-block;
      line-height: 50px;
      padding: 0 25px;
      border-radius: 4px;
      margin-left: 20px;
      min-width: 135px;
      border-radius: 25px;
      color: #E00B1A;
      border: 1px solid #E00B1A;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      font-size: 18px; }
    .line-query-result .info .text {
      margin-top: 10px;
      line-height: 1.8; }
    .line-query-result .info img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  .line-query-result .line-list {
    margin-top: 40px;
    font-size: 18px;
    color: #808080;
    line-height: 1; }
    .line-query-result .line-list li {
      padding-top: 40px; }
    .line-query-result .line-list li:first-child {
      padding: 0; }
    .line-query-result .line-list li:first-child em {
      margin-top: 0; }
    .line-query-result .line-list span {
      display: block;
      width: 74px;
      float: left; }
    .line-query-result .line-list em {
      width: 16px;
      height: 16px;
      display: block;
      margin: 2px 35px 0 0;
      float: left;
      background: url(../img/points.png) no-repeat 0 0; }
    .line-query-result .line-list .line1 {
      background: url(../img/line.jpg) repeat-y 81px 0; }
    .line-query-result .line-list .line2 {
      background: url(../img/line2.jpg) repeat-y 81px 0; }
    .line-query-result .line-list .line2 em {
      background-position: 0 -32px; }
    .line-query-result .line-list .line3 {
      background: url(../img/line3.jpg) repeat-y 81px 0; }
    .line-query-result .line-list .line3 em {
      background-position: 0 -64px; }
    .line-query-result .line-list .line4 {
      background: url(../img/line4.jpg) repeat-y 81px 0; }
    .line-query-result .line-list .line4 em {
      background-position: 0 -96px; }
    .line-query-result .line-list li div {
      display: inline-block;
      color: #858585; }
    .line-query-result .line-list li div.hc {
      margin-left: 50px; }
    .line-query-result .line-list li .more a {
      font-size: 12px;
      color: #858585;
      margin: 0 20px; }
    .line-query-result .line-list li .more a:hover {
      color: #e50011; }
    .line-query-result .line-list li .more {
      margin-right: 20px; }
    .line-query-result .line-list i {
      width: 16px;
      height: 16px;
      display: inline-block;
      text-align: center;
      border-radius: 3px;
      color: #fff;
      margin: 0 5px;
      font-size: 12px;
      line-height: 1.4; }
    .line-query-result .line-list i.LINE-001-JAX {
      background: #e22627; }
    .line-query-result .line-list i.LINE-002-JAX {
      background: #00a43b; }
    .line-query-result .line-list i.LINE-003-JAX {
      background: #0402fd; }
    .line-query-result .line-list i.LINE-004-JAX {
      background: #950396; }
    .line-query-result .line-list .change em {
      background: url(../img/change.png) no-repeat 0 0; }
    .line-query-result .line-list .line1-2 em {
      background-position: 0 0; }
    .line-query-result .line-list .line1-3 em {
      background-position: 0 -16px; }
    .line-query-result .line-list .line1-4 em {
      background-position: 0 -32px; }
    .line-query-result .line-list .line2-1 em {
      background-position: -16px 0; }
    .line-query-result .line-list .line2-3 em {
      background-position: -16px -16px; }
    .line-query-result .line-list .line2-4 em {
      background-position: -16px -32px; }
    .line-query-result .line-list .line3-1 em {
      background-position: -32px 0; }
    .line-query-result .line-list .line3-2 em {
      background-position: -32px -16px; }
    .line-query-result .line-list .line3-4 em {
      background-position: -32px -32px; }
    .line-query-result .line-list .line4-1 em {
      background-position: -48px 0; }
    .line-query-result .line-list .line4-2 em {
      background-position: -48px -16px; }
    .line-query-result .line-list .line4-3 em {
      background-position: -48px -32px; }

@media (max-width: 1000px) {
  .line-query-result {
    margin-top: 30px; }
    .line-query-result .tit {
      font-size: 14px;
      padding: 15px 0; }
      .line-query-result .tit .arrow {
        width: 60px;
        background-size: 50px auto; }
      .line-query-result .tit .price {
        position: static;
        margin-top: 10px; }
        .line-query-result .tit .price span {
          font-size: 24px; }
    .line-query-result .bold-t {
      font-weight: bold;
      color: #333;
      font-size: 14px; }
    .line-query-result .info {
      font-size: 12px;
      padding: 15px 0; }
      .line-query-result .info .bus {
        margin-top: 7px; }
      .line-query-result .info .time {
        margin-top: 7px; }
      .line-query-result .info .start {
        padding-left: 20px;
        margin: 0 15px; }
      .line-query-result .info .end {
        padding-left: 20px; }
      .line-query-result .info .more {
        position: static;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 4px;
        margin: 10px 0 0;
        min-width: 80px;
        border-radius: 15px;
        font-size: 12px; }
      .line-query-result .info .text {
        margin-top: 5px; }
    .line-query-result .line-list {
      margin-top: 20px;
      font-size: 14px;
      color: #808080;
      line-height: 1; }
      .line-query-result .line-list li {
        padding-top: 20px; }
      .line-query-result .line-list li:first-child {
        padding: 0; }
      .line-query-result .line-list span {
        display: block;
        width: 60px;
        float: left; }
      .line-query-result .line-list em {
        width: 16px;
        height: 16px;
        display: block;
        margin: 0 15px 0 0;
        float: left;
        background: url(../img/points.png) no-repeat 0 0; }
      .line-query-result .line-list .line1 {
        background-position: 67px 0; }
      .line-query-result .line-list .line2 {
        background-position: 67px 0; }
      .line-query-result .line-list li div.hc {
        display: block;
        margin-left: 0;
        padding-left: 90px;
        padding-top: 5px; }
        .line-query-result .line-list li div.hc.hc-line1 {
          background: url(../img/line.jpg) repeat-y 67px 0; }
        .line-query-result .line-list li div.hc.hc-line2 {
          background: url(../img/line2.jpg) repeat-y 67px 0; }
      .line-query-result .line-list li .more {
        margin-right: 20px; }
      .line-query-result .line-list i {
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        border-radius: 3px;
        color: #fff;
        margin: 0 5px;
        font-size: 12px;
        line-height: 1.4; } }

/* 志愿者登录弹窗 */
.login-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .login-dialog .remember {
    cursor: pointer; }
    .login-dialog .remember.active span {
      background: url(../img/check-inco.png) no-repeat center center;
      background-size: 18px; }
  .login-dialog .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background: #fff;
    width: 420px;
    border-radius: 6px;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .login-dialog .box .tit {
      text-align: center;
      font-weight: bold;
      font-size: 22px; }
    .login-dialog .box .input {
      height: 40px;
      padding: 5px 10px 5px 40px;
      margin-top: 25px;
      position: relative;
      border-radius: 6px;
      overflow: hidden; }
      .login-dialog .box .input.accout {
        background: url("../img/accout-ico.png") no-repeat 10px center #F3F3F3;
        background-size: 16px auto; }
      .login-dialog .box .input.password {
        background: url("../img/password-ico.png") no-repeat 10px center #F3F3F3;
        background-size: 16px auto; }
      .login-dialog .box .input input {
        width: 100%;
        height: 100%;
        line-height: 40px;
        background: none;
        font-size: 16px; }
      .login-dialog .box .input .yzm-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        min-width: 80px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #fff;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px; }
    .login-dialog .box .more {
      margin-top: 25px;
      font-size: 14px;
      color: #808080;
      line-height: 18px; }
      .login-dialog .box .more .check {
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 1px solid #D6D6D6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        float: left;
        margin-right: 10px; }
      .login-dialog .box .more a {
        color: #808080; }
    .login-dialog .box .login-btn {
      margin-top: 25px;
      display: block;
      line-height: 50px;
      border-radius: 6px;
      color: #fff;
      background: #E30A1A;
      text-align: center; }
    .login-dialog .box .register-btn {
      display: block;
      width: 100px;
      margin: 15px auto 0;
      color: #E30A1A;
      text-align: center;
      font-size: 14px; }
    .login-dialog .box .close {
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      background: url("../img/close.png") no-repeat center center;
      background-size: 17px auto;
      width: 40px;
      height: 40px; }
    .login-dialog .btns .login-btn{
      display: inline-block;
      width: 48%;
    }
    .login-dialog .btns .login-btn.plain{
      background: #fff;
      border: 1px solid #E30A1A;
      color: #E30A1A;
      box-sizing: border-box;
    }
    #resetPasswordTips .con{
      margin-top: 20px;
    }
@media (max-width: 1000px) {
  .login-dialog .box {
    width: 90%;
  }
}
/*toast*/
#toast {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  display: none;
  z-index: 99999; }

/*列表为空样式*/
.list-empty {
  padding: 30px 0;
  text-align: center;
}
.list-empty .box{
  background: url("../img/empty.png") no-repeat 0 center;
  background-size: 120px auto;
  padding: 30px 20px 30px 140px;
  display: inline-block;
  text-align: left;
}
.list-empty p{
  font-size: 30px;
  color: #333;
}
.list-empty span{
  font-size: 18px;
  color: #A0A0A0;
}
@media (max-width: 1000px) {
  .list-empty {
    padding: 15px 0;
  }
  .list-empty .box{
    background-size: 60px auto;
    padding: 15px 10px 15px 70px;
  }
  .list-empty p{
    font-size: 15px;
  }
  .list-empty span{
    font-size: 12px;
  }
}</pre></body></html>